home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 December / Net78.iso / pc / links / 00010_Script_link - AOL Instant Messenger (Top20) < prev    next >
Encoding:
Text File  |  2000-10-10  |  248 b   |  10 lines

  1. on mouseDown me
  2.   puppetSound 1, "ClickSound"
  3. on mouseUp
  4.   if the platform = "Windows,32" then
  5.     open the moviepath&"software\AOLInst\AIM295UK.exe"
  6.   else  
  7.     open the moviepath&"software:AOLInst:InstallAIM4.1.1068"
  8.   end if
  9. end if
  10. end